home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / DLLTest_Files / DLLTest.bat next >
Encoding:
DOS Batch File  |  2002-03-08  |  401 b   |  10 lines

  1. C:
  2. cd "\NEUROSOLUTIONS\DEBUG\DLLTest"
  3. echo Compiling Debug version of DLLTest project...
  4. deltree /Y "C:\NEUROSOLUTIONS\DEBUG\DLLTest\Debug"
  5. del *.c
  6. copy G:\Gary\Raul\DLLcust\Synapse\tf1.c .
  7. set path="C:\MSDEV\Bin"
  8. Set LIB="C:\MSDEV\Lib"
  9. nmake /f "C:\NEUROSOLUTIONS\DEBUG\DLLTest\DLLTest.mak" CFG="DLLTest - Win32 Debug" dll_inc="C:\NEUROSOLUTIONS\DEBUG\DLLSys" vc_inc="C:\MSDEV\include"
  10. pause